

.home-banner {
    position: relative
}
.pc-banner {
    position: relative
}
.banner-slide {
    display: block;
    position: relative
}
.banner-modal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}
.banner-slide img {
	width: 100%
}
.banner-slide video {
	display: block;
	width: 100%
}
.banner-font {
    position: absolute;
    top: 4.8rem;
    left: 0;
    width: 100%;
	font-weight: bold;
	font-size: .8rem;
	line-height: 1.2rem;
	color: #fff;
    text-align: center;
    z-index: 4;
    transform: translateY(-50%)
}
.home-banner .swiper-slide-active .banner-cont {
    opacity: 1;
    transition: all .8s linear;
    transition-delay: .1s
}
.pc-banner .swiper-pagination{display:block;bottom:.4rem;width:100%}
.pc-banner .swiper-pagination-bullet{width:1rem;height:5px;border-radius:.8rem;background:#fff;margin:0 .15rem;opacity:1}
.pc-banner .swiper-pagination-bullet-active{background:#3b75ba}
@media (max-width: 768px){
    
}
@media (max-width: 576px){
    
}

.ad {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-top: .64rem;
	padding-bottom: .64rem;
}
.ad-item {
	position: relative;
	width: 50%;
}
.ad-item>img {
	display: block;
	width: 100%;
}
.ad-item-text {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding-bottom: 11%;
	box-sizing: border-box;
}
.video-play {
	display: block;
	width: 1.42rem;
	height: 1.62rem;
	margin-bottom: .6rem;
	background: url(/template/cn/css/../images/video_paly.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.video-text {
	font-size: .6rem;
	line-height: 1rem;
	color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
	.video-play {
		width: .94rem;
		height: 1.08rem;
		margin-bottom: .3rem;
	}
	.video-text {
		font-size: .4rem;
		line-height: 1rem;
	}
}
@media (max-width: 768px) {
	.ad {
		flex-direction: column;
	}
	.ad-item {
		width: 100%;
		margin-bottom: .5rem;
	}
}

.ten {
	padding: 2.3rem 0 1.9rem;
	text-align: center;
	background: url(/template/cn/css/../images/ten_bg.jpg) no-repeat top center;
}
.ten-t1 {
	display: block;
	margin-bottom: .8rem;
	font-size: .8rem;
	line-height: 1rem;
	color: #fff;
}
.ten-t2 {
	display: block;
	margin-bottom: .1rem;
	font-weight: bold;
	font-size: .92rem;
	line-height: 1.2rem;
	color: #fff;
}
.ten-t2b {
	display: block;
	font-size: .42rem;
	line-height: 1.2rem;
	color: rgba(255,255,255,0.7);
}
.ten-t2b a{ color:rgba(255,255,255,0.7); }
.ten-t3 {
	display: block;
	font-size: .4rem;
	line-height: .64rem;
	color: #fff;  text-align:left;
}


@media (min-width:600px) {
.ten-t3 {  width:600px; margin:0 auto; text-align:left;}
}
.ten-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	padding-top: 2.26rem;
}
.ten-item {
	width: 2.8rem;
	height: 2.8rem;
	margin: 0 3.75% .5rem;
	padding-top: .3rem;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
.ten-s {
	display: block;
	font-weight: bold;
	font-size: .88rem;
	line-height: 1.2rem;
	color: #fff;
}
.ten-d {
	display: block;
	font-size: .52rem;
	line-height: .84rem;
	color: #fff;
}
@media (max-width: 992px) {
	.ten-item {
		margin: 0 2.75% .5rem;
	}
}
@media (max-width: 768px) {
	.ten-list {
		justify-content: space-between;
	}
	.ten-item {
		margin: 0 0 .5rem;
	}
}

.product {
	padding: .64rem 0;
	background-color: #f5f5f5;
}
.product-box {
	/* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between; */
}
.product-item {
	float: right;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 49.375%;
	padding: 0 1rem 0 .8rem;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-transition: ease .5s;
    -ms-transition: ease .5s;
    transition: ease .5s;
}
.product-item:first-child {
	float: left;
}
.product-item:nth-child(2){
	margin-bottom: .4rem;
}
.left-text {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	flex: 1;
	padding: .8rem 0 .4rem;
}
.product-item:first-child .left-text {
	padding: .8rem 0 1.1rem;
}
.left-text-top {
	height: 0;
    opacity: 0;
    transition: ease .5s;
	-webkit-transition: ease .5s;
    -ms-transition: ease .5s;
    transition: ease .5s;
}
.pro-title {
	margin-bottom: .26rem;
	font-weight: bold;
	font-size: .48rem;
	line-height: .72rem;
	color: #000;
	-webkit-transition: ease .5s;
    -ms-transition: ease .5s;
    transition: ease .5s;
}
.pro-desc,
.pro-desc a {
	font-size: .32rem;
	line-height: .6rem;
	color: #888888;
}
.left-text-top .pro-desc {
	-webkit-transition: ease .5s;
    -ms-transition: ease .5s;
    transition: ease .5s;
}
.more {
	font-size: .32rem;
	line-height: .6rem;
	color: #888888;
}
.right-img {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	width: 47.1%;
}
.product-item:first-child .right-img {
	width: 61.4%;
}
/* .product-item:hover .pro-title,
.pro-desc a:hover,
.more:hover {
    color: #3b75ba;
} */

/* //.int-left .int-txt{float:left;width:80%;margin-right:-49.78%;padding:56px 0;padding-left:38px} */

.product-item:hover .pro-title{
	color:#3b75ba
}
.product-item:hover .pro-dm{
	height:0;
	opacity:0
}
.product-item:hover .left-text-top{
	height:auto;
	opacity:1;
	margin-top:20px
}
@media (max-width: 768px) {
	.product-item {
		float: none !important;
		width: 100% !important;
		margin-bottom: .4rem !important;
	}
}





.index-tit {
    font-size: .64rem;
    line-height: 1.2rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.index-dec {
    margin-top: .56rem;
    font-size: .48rem;
    line-height: .6rem;
    color: #fff;
    text-align: center;
}
.index-four {
    padding: 1.1rem 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.infou-con {
    margin-top: 1.1rem;
}
.infou-swiper {
    position: relative
}

.infou-swiper .swiper-pagination {
	width: 100%;
	bottom: 0;
	display: none
}

.infou-swiper .swiper-pagination-bullet {
	margin: 0 5px
}

.infou-swiper .swiper-pagination-bullet-active {
	background-color: #e73329
}

.infou-swiper .swiper-button-next, 
.infou-swiper .swiper-button-prev {
	width: .6rem;
	height: 1.14rem;
	background: url(/template/cn/css/../images/infou-right.png) no-repeat center;
	background-size: 100% 100%;
	transition: ease .5s;
	transform: translateY(-50%);
	margin-top: -2rem
}
.infou-swiper .swiper-button-prev:after, 
.infou-swiper .swiper-button-next:after {
	display: none;
}
.infou-swiper .swiper-button-prev {
	transform: rotate(180deg);
	left: 38px
}

.infou-swiper .swiper-button-next {
	right: 38px
}

.infou-slide {
    display: block
}

.infou-img {
    height: 8.26rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.infou-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.45);
	left: 0;
	top: 0
}
.infou-logo {
    opacity: 1;
    transition: ease .5s;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}
.infou-logo img {
	display: inline-block;
	/* max-width: 100%; */
	width: 66.5%;
}
.infou-mo {
    margin-top: -20px;
    opacity: 0;
    transition: ease .5s;
    padding: 0 .2rem;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 130px;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: lighter;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.infou-mo span {
	display: inline
}
.infou-txt {
    text-align: center;
    padding: .4rem .2rem 1.2rem;
}
.infou-txt h3 {
	font-size: 30px;
	line-height: 40px;
	color: #aaa;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.infou-txt p {
	margin-top: 5px;
	font-size: 18px;
	line-height: 30px;
	color: #aaa;
	font-weight: lighter;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.infou-swiper .swiper-slide-active .infou-txt h3, .infou-swiper .swiper-slide-active .infou-txt p {
    color: #fff
}

.infou-slide:hover .infou-mo {
    opacity: 1
}

.infou-slide:hover .infou-logo {
    opacity: 0
}
@media(max-width:992px) {
    .infou-swiper .swiper-button-next, .infou-swiper .swiper-button-prev {
        display: none
    }
    .infou-swiper .swiper-pagination {
        display: block;
        bottom: 30px
    }
    .infou-swiper {
        padding-bottom: 40px
    }
    .infou-txt h3 {
        font-size: 18px
    }
 
}


.news {
	padding: 1rem 0;
	background-color: #f9f9f9;
}
.news-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.new-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	line-height: 1.12rem;
	border-bottom: 1px solid #d9d9d9;
}
.news-title {
	flex: 1;
	font-weight: bold;
	font-size: .44rem;
	color: #222222;
}
.news-more {
	margin-left: .3rem;
	font-size: .32rem;
	color: #555555;
}

.news-first,
.news-two,
.news-three {
	width: 32.5%;
	padding: .2rem .6rem 0;
	background-color: #fff;
}

.first-cont {
	padding: .46rem 0 0;
}
.first-img {
	display: block;
}
.first-img img {
	display: block;
	width: 100%;
}
.first-text {
	padding: .5rem 0 .44rem;
}
.news-item-title,
.news-item-title a {
	margin-bottom: .2rem;
	font-weight: bold;
	font-size: .36rem;
	line-height: .52rem;
	color: #333;
}
.news-desc {
	margin-bottom: .2rem;
	font-size: .32rem;
	line-height: .56rem;
	color: #888;
}
.news-date {
	display: block;
	font-size: .26rem;
	line-height: .56rem;
	color: #727272;
}
.news-item-title a:hover {
	color: #3b75ba;
}

.news-two .news-desc {
	height: .56rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.two-text {
	padding: .6rem 0 .5rem;
	border-bottom: 1px dashed #d9d9d9;
}
.two-text:last-child {
	border-bottom: none;
}
.three-text {
	display: block;
	padding: .31rem 0;
	border-bottom: 1px dashed #d9d9d9;
}
.news-three .news-desc {
	height: .56rem;
	margin-bottom: .08rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.three-text:last-child {
	border-bottom: none;
}
.three-text:hover .news-desc {
	color: #3b75ba;
}
@media(max-width:992px) {
    .news-box {
		flex-wrap: wrap;
	}
	.news-first, .news-two, .news-three {
		width: 100%;
		margin-bottom: .5rem;
	}
 
}